home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / 4dostool / arconv01.zip / DA1.DAT < prev    next >
Text File  |  1993-06-30  |  718b  |  18 lines

  1. @echo off
  2. loadbtm on
  3. setlocal
  4.  
  5. :: DeArchive, 27 Jun 1993, by E.T.C. Ver. 1.00
  6. :: This btm file extracts files from archives. It tries to resolve which
  7. :: archive is used by looking in the archive file extension, and matching
  8. :: it against one of a list. It guesses which file is the archive file
  9. :: by taking the first argument that doesn't begin with a '-' or '/'.
  10. :: This is not an AI project - it can be fooled to use the wrong archive
  11. :: or format, but will behave well on most requests.
  12. :: This is mainly a sample file: I don't use most of these decompressors, so
  13. :: I made only little testing with some. Please report any bugs.
  14. :: Adjust any options as it suits you.
  15.  
  16. if "%1" == "" goto syntax
  17.  
  18.